os/exec.Cmd.writerDescriptor (method)

3 uses

	os/exec (current package)
		exec.go#L566: 	return c.writerDescriptor(c.Stdout)
		exec.go#L573: 	return c.writerDescriptor(c.Stderr)
		exec.go#L580: func (c *Cmd) writerDescriptor(w io.Writer) (*os.File, error) {